home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club (Business) 1997 July
/
Software of the Month Club - Business (Volume 239) (July 1997).iso
/
pc
/
code
/
intro.dxr
/
00012_nyu wait.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-15
|
329 b
|
14 lines
on exitFrame
set startNow to the timer
preLoadCast(the number of cast "gms.pict.gmspal", the number of cast "GMatter.aif")
repeat while (the timer - startNow) < (5 * 60)
if the mouseDown then
go(label("GMS Logo"))
exit
next repeat
end if
go(the frame)
end repeat
go(label("GMS Logo"))
end